| Package | Description |
|---|---|
| com.atid.lib.module.rfid.uhf.params |
| Modifier and Type | Method and Description |
|---|---|
Lock6cParam.LockState |
Lock6cParam.getAccessPassword()
Returns TAG Access operation for 'Access Password Area of Reserved Memory'.
|
Lock6cParam.LockState |
Lock6cParam.getEpc()
Returns TAG Access action for 'EPC memory'.
|
Lock6cParam.LockState |
Lock6cParam.getKillPassword()
Returns TAG Access operation for 'Kill Password Area of Reserved Memory'.
|
Lock6cParam.LockState |
Lock6cParam.getTid()
Returns TAG Access action for 'TID memory'.
|
Lock6cParam.LockState |
Lock6cParam.getUser()
Returns TAG Access action for 'EPC memory'.
|
static Lock6cParam.LockState |
Lock6cParam.LockState.valueOf(int code) |
static Lock6cParam.LockState |
Lock6cParam.LockState.valueOf(int action,
int mask) |
static Lock6cParam.LockState |
Lock6cParam.LockState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Lock6cParam.LockState[] |
Lock6cParam.LockState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Lock6cParam.setAccessPassword(Lock6cParam.LockState value)
Set TAG Access operation for 'Access Password Area of Reserved Memory'.
|
void |
Lock6cParam.setEpc(Lock6cParam.LockState value)
Set TAG Access action for 'EPC memory'.
|
void |
Lock6cParam.setKillPassword(Lock6cParam.LockState value)
Set TAG Access operation for 'Kill Password Area of Reserved Memory'.
|
void |
Lock6cParam.setTid(Lock6cParam.LockState value)
Set TAG Access operation for 'TID memory'.
|
void |
Lock6cParam.setUser(Lock6cParam.LockState value)
Set TAG Access action for 'EPC memory'.
|
| Constructor and Description |
|---|
Lock6cParam(Lock6cParam.LockState killPassword,
Lock6cParam.LockState accessPassword,
Lock6cParam.LockState epc,
Lock6cParam.LockState tid,
Lock6cParam.LockState user)
Creates an instance of the Lock6cParam class.
|